home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2000 #1 / Kompuutteri Kaikille! KCD_1_2000.iso / Tools / InterCent / _setup.1 / Intercent.exe / 0 / RCDATA / TFRMSTARTDAT / TFRMSTARTDAT.txt
Text File  |  1998-06-25  |  635b  |  30 lines

  1. object FrmStartDat: TFrmStartDat
  2.   Left = 328
  3.   Top = 251
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Totaal'
  6.   ClientHeight = 43
  7.   ClientWidth = 176
  8.   Color = clYellow
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnKeyDown = FormKeyDown
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object TxtDatum: TLabel
  19.     Left = 8
  20.     Top = 8
  21.     Width = 161
  22.     Height = 41
  23.     AutoSize = False
  24.     Caption = 'Het is niet bekend wat de begindatum van het tellen is.'
  25.     Color = clYellow
  26.     ParentColor = False
  27.     WordWrap = True
  28.   end
  29. end
  30.